home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / EXAMPLES / OTHER / Html Table / HTMDEMO.DPR < prev    next >
Encoding:
Text File  |  1998-10-24  |  187 b   |  14 lines

  1. program Htmdemo;
  2.  
  3. uses
  4.   Forms,
  5.   Udemo in 'UDEMO.PAS' {Form1},
  6.   teeHTM in 'TEEHTM.PAS';
  7.  
  8. {$R *.RES}
  9.  
  10. begin
  11.   Application.CreateForm(TForm1, Form1);
  12.   Application.Run;
  13. end.
  14.